home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / libraries / triton11.lha / Triton / Programmer / Include / proto / triton.h
Encoding:
C/C++ Source or Header  |  1994-07-14  |  319 b   |  15 lines

  1. /*
  2.  * You should include this file when using
  3.  * Triton with SAS/C and DICE. Other compilers
  4.  * may need different pragma handling
  5.  *
  6.  */
  7.  
  8. #ifndef PROTO_TRITON_H
  9. #define PROTO_TRITON_H
  10. #include <exec/types.h>
  11. extern struct Library *TritonBase;
  12. #include <clib/triton_protos.h>
  13. #include <pragmas/triton_pragmas.h>
  14. #endif
  15.